Rows: 96
Columns: 13
$ id <dbl> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,…
$ name <chr> "Luke Skywalker", "Leia Organa", "Darth Vader", "Yoda", "H…
$ species <chr> "Human", "Human", "Human", "Yoda's species", "Human", "Woo…
$ gender <chr> "Male", "Female", "Male", "Male", "Male", "Male", "Male", …
$ height <dbl> 1.72, 1.50, 2.02, 0.66, 1.80, 2.28, 1.82, 1.73, 1.88, 1.65…
$ weight <dbl> 77, 49, 136, 17, 80, 112, 81, 75, 84, 45, 89, 84, 66, 80, …
$ hair_color <chr> "Blond", "Brown", "None", "White", "Brown", "Brown", "Whit…
$ eye_color <chr> "Blue", "Brown", "Yellow", "Brown", "Hazel", "Blue", "Blue…
$ skin_color <chr> "Light", "Light", "Pale", "Green", "Light", "Brown", "Ligh…
$ year_born <dbl> 19, 19, 41, 896, 29, 200, 57, 82, 41, 46, 92, 72, 52, 102,…
$ homeworld <chr> "Tatooine", "Alderaan", "Tatooine", "Unknown", "Corellia",…
$ year_died <dbl> 34, 35, 4, 4, 34, NA, 0, 35, 4, 19, 32, 19, NA, 19, NA, NA…
$ description <chr> "The main protagonist of the original trilogy.", "A leader…